This function reads the HDF AN annotation identified by the annotation identifier and stores the annotation into a variable.
Result = HDF_AN_READANN( Annotation_id, annotation [, LENGTH=characters] )
Returns SUCCEED (0) if successful or FAIL (-1) otherwise.
Annotation identifier returned by HDF_AN_CREATE, HDF_AN_CREATEF or HDF_AN_SELECT.
A named variable that will contain the annotation.
Specifies the number of characters to be read from the annotation argument. If LENGTH is not set, or LENGTH is greater than the number of characters in annotation, then the entire annotation is read.
5.2 |
Introduced |